type github.com/jackc/pgx/v5/pgtype.wrapInt16EncodePlan

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L1485: 		return &wrapInt16EncodePlan{}, int16Wrapper(value), true
		pgtype.go#L1543: type wrapInt16EncodePlan struct {
		pgtype.go#L1547: func (plan *wrapInt16EncodePlan) SetNext(next EncodePlan) { plan.next = next }
		pgtype.go#L1549: func (plan *wrapInt16EncodePlan) Encode(value any, buf []byte) (newBuf []byte, err error) {